Welcome![Sign In][Sign Up]
Location:
Search - asp.net example

Search list

[WEB Code(counter)

Description: NET网站访问统计系统(counter),平台asp.net+c#,显示网站访问统计的简单例子。-NET website statistics system (counter), the platform Asp. Net c#, Statistics show that the site was visited by a simple example.
Platform: | Size: 1017856 | Author: 陈是 | Hits:

[source in ebookasp.net_Lesson1

Description: asp教程入门篇,ASP.NET经典范例50讲,第一讲-introductory chapter asp Directory, ASP.NET classic example of 50 speakers, the first speakers.
Platform: | Size: 1024 | Author: 丁金玲 | Hits:

[source in ebookasp.net_Lesson3

Description: asp.net_Lesson3,ASP.NET经典范例50讲,第3集来了 -asp.net_Lesson3, ASP.NET classic example of 50 speakers, three sets to come.
Platform: | Size: 1024 | Author: 丁金玲 | Hits:

[source in ebookasp.net_Lesson4

Description: asp.net_Lesson4,ASP.NET经典范例50讲,第4集来了 -asp.net_Lesson4, ASP.NET classic example of 50 speakers, four sets come.
Platform: | Size: 2048 | Author: 丁金玲 | Hits:

[source in ebookasp.net_Lesson5

Description: asp.net_Lesson5,ASP.NET经典范例50讲,第5集来了 -asp.net_Lesson5, ASP.NET classic example of 50 speakers, the first five sets to come.
Platform: | Size: 2048 | Author: 丁金玲 | Hits:

[source in ebookasp.net_Lesson6

Description: asp.net_Lesson6.ASP.NET经典范例50讲.第六讲登场-asp.net_Lesson6.ASP.NET classic example of 50 speakers. VI respectively.
Platform: | Size: 2048 | Author: 丁金玲 | Hits:

[source in ebookasp.net_Lesson7

Description: asp.net_Lesson7.ASP.NET经典范例50讲.第7讲登场-asp.net_Lesson7.ASP.NET classic example of 50 speakers. Article 7 stresses respectively.
Platform: | Size: 2048 | Author: 丁金玲 | Hits:

[source in ebookasp.net_Lesson8

Description: asp.net_Lesson8.ASP.NET经典范例50讲.第8讲登场-asp.net_Lesson8.ASP.NET classic example of 50 speakers. 8 speakers respectively.
Platform: | Size: 19456 | Author: 丁金玲 | Hits:

[source in ebookasp.net_Lesson9

Description: asp.net_Lesson9.ASP.NET经典范例50讲.第9讲登场-asp.net_Lesson9.ASP.NET classic example of 50 speakers. No. 9 stresses respectively.
Platform: | Size: 2048 | Author: 丁金玲 | Hits:

[source in ebookasp.net_Lesson10

Description: asp.net_Lesson10.ASP.NET经典范例50讲.第10讲登场-asp.net_Lesson10.ASP.NET classic example of 50 speakers. Article 10 stresses respectively.
Platform: | Size: 2048 | Author: 丁金玲 | Hits:

[Web ServerAJAX

Description: AJAX无刷新数据管理!以ACSESS为为例,利用ASP.NET2.0 AJAX控件实现!-AJAX without refreshing data management! To acsess for example, the use of ASP.NET2.0 AJAX controls realize!
Platform: | Size: 1416192 | Author: turefox222 | Hits:

[WEB CodeBLOG

Description: ASP.NETYU 与AJAX编写的博客系统,是自己的一本书里的一个范例-ASP.NETYU prepared with AJAX blog system, is their a book a good example of
Platform: | Size: 477184 | Author: menglong84 | Hits:

[BooksASP.NET_gjbc

Description: ASP.NET经典实例,希望对你的程序有所帮助-ASP.NET classic example of the procedure you want to be helpful
Platform: | Size: 42693632 | Author: 林潇 | Hits:

[3D Graphicdownload2

Description: Design Patterns by Christopher G. Lasater 一书配套资源文件:the example code for C# .NET 2.0 Example Projects-Design Patterns by Christopher G. Lasater book documents matching resources: the example code for C#. NET 2.0 Example Projects
Platform: | Size: 45056 | Author: 1212131 | Hits:

[.netDMCC_CSharp_TeleCommuter_Sample_Code

Description: Avaya DMCC .NET Samples. 一个CTI的应用系统。供参考。-Avaya DMCC. NET Samples. A CTI applications. For reference.
Platform: | Size: 55296 | Author: yi qizhi | Hits:

[WEB Codeaspzaixiankaoshi

Description: asp在线考试系统,附原代码和论文,是一个参考的好例子-asp online examination system, with the original code and papers, is a good example of a reference
Platform: | Size: 415744 | Author: xtc | Hits:

[WEB CodeSessionTool

Description: In an ASP.NET application, it is very easy to pass session data from one web page to another. For example, the following code stores three pieces of data of an internet session using the .NET web session provided by the .NET framework:-In an ASP.NET application, it is very easy to pass session data from one web page to another. For example, the following code stores three pieces of data of an internet session using the .NET web session provided by the .NET framework:
Platform: | Size: 156672 | Author: netyjj | Hits:

[Software EngineeringASP.NET2.0clientcallback

Description: 开发人员使用JavaScript的一个主要原因就是可以避免回发过程中带来的页面刷新。例如我们可以根据用户的需要使用Treeview控件来展开和折叠相应的数据节点。当你展开一个节点时,该Treeview控件将会利用JavaScript读取服务器上的子节点信息,然后平滑无刷新地插入这些新节点。如果没有使用JavaScript的话,Treeview控件将会因为页面的回发而重新构建。不但用户会发现因页面刷新而带来的延迟,而且页面极有可能回复到原来的状态,即丢失前面所展开的那些子节点信息。对于服务器端来说,因为每次回发的过程中都要处理大量的视图状态(View State)信息,这也会严重影响程序的整体执行性能。在ASP.NET 2.0中,引入了一个称为"客户端回调"的功能,利用这个内建的解决方案我们可以轻松实现客户端脚本和服务器端代码间的交互,从而避免了页面因回发带来的频繁刷新。-The use of JavaScript developers is a major cause of hair to avoid the process of bringing back the page to refresh. For example we can use according to the Treeview control necessary to expand and collapse the corresponding data node. When you expand a node, the Treeview control server will use JavaScript to read information on the child nodes, then no smooth set to insert the new node. If you are not using JavaScript, then, Treeview control will return because the page and rebuild hair. Users will find that not only refresh the page because of the delay brought about, but the page is very likely reply to the original status, namely, the loss of those who started in front of the sub-node information. For server-side, the hair back every time because the process must deal with many view status (View State) information, which will seriously affect the performance of the overall implementation process. In ASP.NET 2.0, the introduction of a group called the "Client Callback" feature, use
Platform: | Size: 253952 | Author: 王若 | Hits:

[WEB CodeASP.NE

Description: ASP.NET编程实作教程 包含很多经典实例 图文讲解 代码详细-Programming for ASP.NET is a classic example of course contains a lot of graphic detail on the code
Platform: | Size: 200704 | Author: dengwei | Hits:

[WEB Codeasp

Description: ASP.NET书稿源代码 第三篇:ASP.NET编程深入举例 第二篇:HTML控件和WEB控件应用举例 第一篇:走进ASP.NET的世界-ASP.NET source code of the third book: ASP.NET programming the second depth, for example: HTML controls and application controls, for example WEB first: into the world of ASP.NET
Platform: | Size: 1008640 | Author: yiliang | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 22 »

CodeBus www.codebus.net